kprop.api.digitalocean.digitalocean

Undocumented in source.

Members

Aliases

OceanImageId
alias OceanImageId = Algebraic!(int, string)
Undocumented in source.

Enums

DropletAction
enum DropletAction
Undocumented in source.
OceanDistro
enum OceanDistro
Undocumented in source.
OceanRegion
enum OceanRegion
Undocumented in source.

Functions

action
JSONValue action(Droplet droplet, DropletAction actionType, JSONValue params)
Undocumented in source. Be warned that the author may not have intended to support it.
actions
auto actions(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
allNeighbours
auto allNeighbours(OceanAPI api)
Undocumented in source. Be warned that the author may not have intended to support it.
backups
auto backups(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
changeKernel
auto changeKernel(Droplet droplet, string kernel)
Undocumented in source. Be warned that the author may not have intended to support it.
createRecord
auto createRecord(OceanDomain domain, string rtype, string name, string data, string priority, string port, string weight)
Undocumented in source. Be warned that the author may not have intended to support it.
del
auto del(OceanDomain domain)
Undocumented in source. Be warned that the author may not have intended to support it.
del
auto del(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
del
auto del(OceanImage image)
Undocumented in source. Be warned that the author may not have intended to support it.
del
auto del(OceanKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
delRecord
auto delRecord(OceanDomain domain, string recordId)
Undocumented in source. Be warned that the author may not have intended to support it.
disableBackups
auto disableBackups(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
doSnapshot
auto doSnapshot(Droplet droplet, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
dropletAction
DropletAction dropletAction(string action)
Undocumented in source. Be warned that the author may not have intended to support it.
enableIPv6
auto enableIPv6(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
enablePrivateNetworking
auto enablePrivateNetworking(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
findDroplet
OceanResult!Droplet findDroplet(OceanAPI ocean, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get(OceanDomain domain)
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get(OceanImage image)
Undocumented in source. Be warned that the author may not have intended to support it.
getImageAction
auto getImageAction(OceanImage image, string actionId)
Undocumented in source. Be warned that the author may not have intended to support it.
getRecord
auto getRecord(OceanDomain domain, string recordId)
Undocumented in source. Be warned that the author may not have intended to support it.
joinUrl
string joinUrl(string url, string endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.
kernels
auto kernels(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
listActions
auto listActions(OceanAPI api)
Undocumented in source. Be warned that the author may not have intended to support it.
listDomainRecords
auto listDomainRecords(OceanDomain domain)
Undocumented in source. Be warned that the author may not have intended to support it.
listDomains
auto listDomains(OceanAPI api)
Undocumented in source. Be warned that the author may not have intended to support it.
listDroplets
auto listDroplets(OceanAPI api)
Undocumented in source. Be warned that the author may not have intended to support it.
listImages
auto listImages(OceanAPI api)
Undocumented in source. Be warned that the author may not have intended to support it.
listKeys
auto listKeys(OceanAPI api)
Undocumented in source. Be warned that the author may not have intended to support it.
listRegions
auto listRegions(OceanAPI api)
Undocumented in source. Be warned that the author may not have intended to support it.
listSizes
auto listSizes(OceanAPI api)
Undocumented in source. Be warned that the author may not have intended to support it.
listUpgrades
auto listUpgrades(OceanAPI api)
Undocumented in source. Be warned that the author may not have intended to support it.
neighbours
auto neighbours(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
oceanRegion
OceanRegion oceanRegion(string region)
Undocumented in source. Be warned that the author may not have intended to support it.
passwordReset
auto passwordReset(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
powerCycle
auto powerCycle(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
powerOff
auto powerOff(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
powerOn
auto powerOn(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
reboot
auto reboot(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
rebuild
auto rebuild(Droplet droplet, string image)
Undocumented in source. Be warned that the author may not have intended to support it.
rename
auto rename(OceanAPI api, Droplet droplet, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
request
JSONValue request(OceanAPI api, string url, HTTP.Method method, JSONValue params)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
auto resize(Droplet droplet, string size)
Undocumented in source. Be warned that the author may not have intended to support it.
restore
auto restore(Droplet droplet, string image)
Undocumented in source. Be warned that the author may not have intended to support it.
retrieve
auto retrieve(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
retrieve
auto retrieve(OceanKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
retrieveAction
auto retrieveAction(OceanAPI api, string id)
Undocumented in source. Be warned that the author may not have intended to support it.
retrieveAction
auto retrieveAction(Droplet droplet, string actionId)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
auto shutdown(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
snapshots
auto snapshots(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(OceanRegion region)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(DropletAction action)
Undocumented in source. Be warned that the author may not have intended to support it.
transfer
auto transfer(OceanImage image, OceanRegion region)
Undocumented in source. Be warned that the author may not have intended to support it.
update
auto update(OceanImage image, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
updateName
auto updateName(OceanKey key, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
updateRecord
auto updateRecord(OceanDomain domain, string recordId, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
upgrade
auto upgrade(Droplet droplet)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Droplet
struct Droplet
Undocumented in source.
OceanAPI
struct OceanAPI

auto __str__(self): return b"<{:s} at {:#x}>".format(type(self).__name__, id(self))

OceanDomain
struct OceanDomain
Undocumented in source.
OceanGlobalImage
struct OceanGlobalImage
Undocumented in source.
OceanImage
struct OceanImage
Undocumented in source.
OceanKey
struct OceanKey
Undocumented in source.
OceanResult
struct OceanResult(T)
Undocumented in source.

Variables

DropletActions
string[] DropletActions;
Undocumented in source.
OceanImages
OceanGlobalImage[] OceanImages;
Undocumented in source.
OceanRegions
string[] OceanRegions;
Undocumented in source.

Meta